type crypto/elliptic.p256Curve (struct)

Method Implmentations (4 other methods implement nothing)

Add(x1, y1, x2, y2 *big.Int) (*big.Int, *big.Int) p256Curve.M : Curve.Add
CombinedMult(bigX, bigY *big.Int, baseScalar, scalar []byte) (x, y *big.Int) p256Curve.M : crypto/ecdsa.combinedMult.CombinedMult
Double(x1, y1 *big.Int) (*big.Int, *big.Int) p256Curve.M : Curve.Double
Inverse(k *big.Int) *big.Int p256Curve.M : crypto/ecdsa.invertible.Inverse
IsOnCurve(x, y *big.Int) bool p256Curve.M : Curve.IsOnCurve
Params() *CurveParams p256Curve.M : Curve.Params
ScalarBaseMult(scalar []byte) (x, y *big.Int) p256Curve.M : Curve.ScalarBaseMult
ScalarMult(bigX, bigY *big.Int, scalar []byte) (x, y *big.Int) p256Curve.M : Curve.ScalarMult